home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / lu2max35.zip / LUL2CHEK.BAT < prev    next >
DOS Batch File  |  1993-05-13  |  666b  |  19 lines

  1. @echo off
  2. rem
  3. rem  This batch file will run during a local upload if you have Process: ON
  4. rem
  5. rem    The variables passed to this batch files are:
  6. rem
  7. rem             %1 current file area with trailing backslash
  8. rem             %2 file that was locally uploaded
  9. rem             %3 current file area *without trailing backslash
  10. rem                *with trailing backslash if current file area
  11. rem                 is A: or C:\
  12. rem
  13. rem    Example:
  14. rem    If uncommented, the following commands would run Zipup and Redate
  15. rem    on the upload. Add your own commands to process your local uploads.
  16. rem
  17. rem zipup %1%2 c:\max\photo334.txt
  18. rem redate %1%2
  19.